Initialization, Finalization, and Threads Initializing and finalizing the interpreter void Py_Initialize Initialize the Python interpreter. In an application embedding Python, this should be called before using any other Python/C API functions; with the e